EPS

Syntax: EPS [(x)]
Location: Math Package

The function EPS(x) returns the smallest value which can be added to x so that the sum of x and EPS(x) will be different from x.

This only makes sense for floating point numbers.

The default parameter is 0.

EPS(x) attains its smallest value at x=0, so EPS(0) returns the smallest absolute number which can be handled by SuperBASIC.
